home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / misc / mvslink.lha / ReadMe < prev    next >
Text File  |  1998-10-11  |  4KB  |  84 lines

  1. Short:    Splitting utilities with gui. v.1.0   OS 3.0 required. 
  2. Uploader: vettorel@psy.unipd.it (Vettorello Marco)
  3. Author:   vettorel@psy.unipd.it (Vettorello Marco)
  4. Type:     util/misc
  5.  
  6. THESE TWO UTILS NEED AMOS.LIBRARY AND GUI.LIBRARY IN YOUR LIBS.
  7. They are included in this archive.
  8.  
  9. YOU MUST START THEM FROM A SHELL TYPING:
  10.  
  11.      1> RUN MASTER
  12.  
  13.      or
  14.  
  15.      1> RUN SUBSLINK
  16.  
  17. DO NOT START THEM FROM WORKBENCH!!!! THEY CRASH ON MY SET UP.
  18.  
  19.  
  20.  Master : choose the source file, then how many files you want to create or
  21.           how big must be the files to be created.
  22.           It uses memory in a strange way : if you want to split a file of
  23.           1000000 bytes you don't need the same memory area avaiable but
  24.           the memory area of the splitted files, for example you want that
  25.           file to be divided into 4 files then you need 250000 bytes of free
  26.           memory. At the end of the filename will be added  "_X" where X is 
  27.           the number of the file.
  28.           There is a on line help.
  29.  
  30.  SubSlink : choose the source file, then the destination file(s). In this
  31.           program you have to specify the starting and ending bytes for
  32.           your file(s). For example you have a file of 1024 bytes, you can
  33.           save the first 256 bytes in a particular file and the remaning 768
  34.           bytes in a different file. You can specify as destination only 4 
  35.           different file. (This may change in future releases).
  36.           At the end of the filename will be added  "_X" where X is the 
  37.           number of the file. You need as many free memory as the file length. 
  38.           If the file is 1000000 bytes long you need 1000000 bytes of free 
  39.           memory. (This may change in future releases).
  40.  
  41.    ====>  PS: THE FIRST BYTE IS NUMBER 0 (ZERO).
  42.    ====>  When you indicate the starting bytes insert 0 (zero) if you want
  43.    ====>  the file containig the first byte!!! But if you want to strip the
  44.    ====>  first byte then indicate 1 as starting byte!! 
  45.  
  46.           Example: foo.file is 1024 bytes long. You want to divide it into
  47.           2 files of the same length. 
  48.           Then : First file - name ram:foo.file 
  49.                             - starting byte is 0 (zero)
  50.                             - ending byte is 512
  51.      
  52.                 Second file - name ram:foo.file
  53.                             - starting byte is 512
  54.                             - ending byte is 1024      
  55.           
  56.           At the end of the filename will be added  "_X" where X is the number 
  57.           of the file (only from 1 to 4).
  58.  
  59.           So we type:
  60.           
  61.           Ram Disk: >list
  62.  
  63.           foo.file_1               512 ----rwed Oggi      16:16:16
  64.           foo.file_2               512 ----rwed Oggi      16:16:16
  65.           foo.file                1024 ----rwed Oggi      16:04:19
  66.  
  67.  
  68.  Development:
  69.      they were developed on an A4000/040 AGA 8mb fast 2mb chip Atapi CD24x
  70.      120mb HD using AMOSPro v2 and GuiExtension v1.7 by Pietro Ghizzoni..
  71.  
  72.  Freeware:
  73.      these are free utilities. If you want send an e-mail.
  74.  
  75.  Disclaimer:
  76.      THIS PROGRAM IS PROVIDED ON AN "AS IS" BASIS, NO WARRANTIES ARE MADE, 
  77.      EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL I, VETTORELLO MARCO BE LIABLE 
  78.      FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING 
  79.      FROM ANY USE OR MISUSE OF THIS PROGRAM. THE ENTIRE RISK AS TO THE RESULTS 
  80.      AND PERFORMANCE OF THIS PROGRAM IS ASSUMED BY YOU.     
  81.  
  82.  Address:
  83.       Comments, suggestion and bugs reporting > vettorel@psy.unipd.it
  84.